Enter a type and click search.




Results for Magento\Vault\Model\Method\Vault

File: vendor/magento/module-paypal/etc/di.xml

<virtualType name="PayflowProCreditCardVaultFacade"
             type="Magento\Vault\Model\Method\Vault">
    <arguments>
        <argument name="config" xsi:type="object">
            PayflowProVaultPaymentConfig
        </argument>
        <argument name="valueHandlerPool" xsi:type="object">
            PayflowProVaultPaymentValueHandlerPool
        </argument>
        <argument name="vaultProvider" xsi:type="object">
            Magento\Paypal\Model\Payflow\Transparent
        </argument>
        <argument name="code" xsi:type="const">
            Magento\Paypal\Model\Payflow\Transparent::CC_VAULT_CODE
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual PayflowProCreditCardVaultFacade object that it should return a Magento\Vault\Model\Method\Vault object.

This configuration tells the Object Manager that when a user wants a PayflowProCreditCardVaultFacade object that the following arguments should be used in the foo object's constructor.

Results for Magento\Vault\Model\Method\Vault

File: vendor/magento/magento2-base/dev/tests/integration/_files/Magento/TestModuleFakePaymentMethod/etc/di.xml

<virtualType name="Magento\TestModuleFakePaymentMethod\Gateway\VaultFacade"
             type="Magento\Vault\Model\Method\Vault">
    <arguments>
        <argument name="config" xsi:type="object">
            Magento\TestModuleFakePaymentMethod\Gateway\Config\Vault\Config
        </argument>
        <argument name="valueHandlerPool" xsi:type="object">
            Magento\TestModuleFakePaymentMethod\Gateway\Config\Vault\ValueHandlerPool
        </argument>
        <argument name="vaultProvider" xsi:type="object">
            Magento\TestModuleFakePaymentMethod\Gateway\Facade
        </argument>
        <argument name="code" xsi:type="string">
            fake_vault
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual Magento\TestModuleFakePaymentMethod\Gateway\VaultFacade object that it should return a Magento\Vault\Model\Method\Vault object.

This configuration tells the Object Manager that when a user wants a Magento\TestModuleFakePaymentMethod\Gateway\VaultFacade object that the following arguments should be used in the foo object's constructor.

Results for Magento\Vault\Model\Method\Vault

File: vendor/magento/module-vault/etc/di.xml

<type name="Magento\Vault\Model\Method\Vault">
    <arguments>
        <argument name="config" xsi:type="object">
            Magento\Payment\Gateway\Config\Config
        </argument>
        <argument name="valueHandlerPool" xsi:type="object">
            VaultPaymentValueHandlerPool
        </argument>
        <argument name="vaultProvider" xsi:type="object">
            Magento\Vault\Model\Method\NullPaymentProvider
        </argument>
        <argument name="code" xsi:type="string">
            vault
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Vault\Model\Method\Vault object that the following arguments should be used in the foo object's constructor.

File: vendor/magento/module-vault/etc/di.xml

<preference for="Magento\Vault\Model\VaultPaymentInterface"
            type="Magento\Vault\Model\Method\Vault"></preference>

This is a preference configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This preference configuration tells the Object Manager when a user wants a Magento\Vault\Model\VaultPaymentInterface object that it should return a Magento\Vault\Model\Method\Vault object.

Results for Magento\Vault\Model\Method\Vault

File: vendor/paypal/module-braintree-core/etc/di.xml

<virtualType name="BraintreeCreditCardVaultFacade"
             type="Magento\Vault\Model\Method\Vault">
    <arguments>
        <argument name="config" xsi:type="object">
            BraintreeVaultPaymentConfig
        </argument>
        <argument name="valueHandlerPool" xsi:type="object">
            BraintreeVaultPaymentValueHandlerPool
        </argument>
        <argument name="vaultProvider" xsi:type="object">
            BraintreeFacade
        </argument>
        <argument name="code" xsi:type="const">
            PayPal\Braintree\Model\Ui\ConfigProvider::CC_VAULT_CODE
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual BraintreeCreditCardVaultFacade object that it should return a Magento\Vault\Model\Method\Vault object.

This configuration tells the Object Manager that when a user wants a BraintreeCreditCardVaultFacade object that the following arguments should be used in the foo object's constructor.

File: vendor/paypal/module-braintree-core/etc/di.xml

<virtualType name="BraintreePayPalVaultFacade"
             type="Magento\Vault\Model\Method\Vault">
    <arguments>
        <argument name="config" xsi:type="object">
            BraintreePayPalVaultPaymentConfig
        </argument>
        <argument name="valueHandlerPool" xsi:type="object">
            BraintreePayPalVaultPaymentValueHandlerPool
        </argument>
        <argument name="vaultProvider" xsi:type="object">
            BraintreePayPalFacade
        </argument>
        <argument name="code" xsi:type="const">
            PayPal\Braintree\Model\Ui\PayPal\ConfigProvider::PAYPAL_VAULT_CODE
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual BraintreePayPalVaultFacade object that it should return a Magento\Vault\Model\Method\Vault object.

This configuration tells the Object Manager that when a user wants a BraintreePayPalVaultFacade object that the following arguments should be used in the foo object's constructor.